Welcome![Sign In][Sign Up]
Location:
Search - reliable udp

Search list

[Bio-Recognizeshengwushibie

Description: UDP对QQ来说太重要了。 UDP和TCP是同一个层上的协议,都是通过IP层进行数据。。。 算啦,不扯这些了。 UDP针对的是不需要保证数据一定传输到的一种协议。因为IP 本身是会被随意丢弃的,所以TCP为确保数据可靠,会消耗大量的 资源,而且Socket架上去以后会出于保持链接的一种结构。 QQ本身不保持链接,数据是否可靠自己去验证,而且QQ里的数据 都是小包,尤其适应UDP的结构。最后对于multicast来说,UDP 是唯一可行的降低网络带宽负担的协议-UDP right QQ is so important. UDP and TCP is a layer with the agreement through the IP layer data. . . Forget it, do not pull these. UDP is aimed at not necessarily guarantee that the data transmission to an agreement. Because IP is will be randomly discarded, TCP to ensure reliable data, and will consume a large amount of resources, but to Socket shelves after link will be maintained for a structure. QQ link itself is not maintained, reliable data to verify themselves, but QQ, the data packets are, in particular to adapt the structure of UDP. Finally for multicast, UDP is the only viable network bandwidth to reduce the burden of agreement
Platform: | Size: 68022 | Author: fang | Hits:

[Other resourcesctp

Description: SCTP协议栈,SCTP是一种IP层的应用协议,实际上是与TCP,UDP并列的协议,SCTP传输比TCP更可靠,目前主要用于SIP类通讯协议。-SCTP, SCTP is a layer of IP Application Protocol is actually TCP, UDP tied to the agreement, SCTP transmission more reliable than TCP, the key category for SIP communication protocol.
Platform: | Size: 203625 | Author: 张三 | Hits:

[WinSock-NDISudt.sdk.2.3.tar

Description: UDP的可靠传输项目UDT(开源),采用了类似TCP的华东窗口协议-UDP reliable transmission UDT (open source), adopted a similar TCP window of East China agreement
Platform: | Size: 157714 | Author: tnt2000 | Hits:

[WinSock-NDISVC...................................

Description: UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点:   1、 数据传输不用建立连接,所以不可靠;   2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;   具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCAST编程的同志一些参考。 -UPD DATAGRAM PROTOCAL USER is the acronym, the network is available on the connectionless transport protocol. UDP communication with the following characteristics : 1, data transmission not connect, it is not reliable; 2. the data is sent across the network for any one of the LAN computers can receive the same data; specific Implementation is simple, but now the network rarely see the code; I have made reference to the VCKBASE the UDP communications on the original code and some books, was this simple client, receiving end procedures, the role played congregate, in hopes of giving the initial contact UDP Zhi BROADCAST programming comrades some reference.
Platform: | Size: 1418 | Author: htj | Hits:

[WinSock-NDISudptransport

Description: 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not reliable transmission of the channel, therefore the data transmission channel may occur bit error, data loss. Rdt3.0 and earlier versions are stop-wait for the agreement, which limits the underlying network hardware capabilities. To overcome this problem the introduction of pipeline technology, both of which can restore pipeline error in the basic methods : section N to a re-issued and selective repeat. In sum, to achieve error coding, sequencing, the timer, a confirmation, sliding window, congestion control.
Platform: | Size: 124739 | Author: 周崇青 | Hits:

[Internet-NetworkCTP

Description: 用UDP写的可靠传输,非常有借鉴意义,适合互连网通讯-using UDP write reliable transmission, very useful, suitable interconnection Netcom --
Platform: | Size: 15289 | Author: guojm | Hits:

[Communicationudt

Description: 基于UDP的可靠传输协议UDT在VC6下的编译实现.-based on UDP reliable transmission protocol UDT in VC6 the compiler to achieve.
Platform: | Size: 104527 | Author: guo | Hits:

[Other resourceDTU3.0

Description: 基于nucleus操作系统的GPRS无线数据传输终端全套源文件。包括支持ARM7的BSP,操作系统,GPRS驱动,PPP协议栈,TCP/UDP/IP/TFTP协议栈和数据传输应用程序。这套成熟可靠,在产品中应用。还包含以太网驱动和文件系统-nucleus operating system based on GPRS wireless data transmission terminals set of source documents. Including support for ARM7 BSP, operating system, GPRS-driven, PPP protocol stacks, TCP / UDP / IP / TFTP protocol stack and data transmission applications. This is mature, reliable, product application. Drivers also includes Ethernet and documentation system
Platform: | Size: 9324457 | Author: 刘昊 | Hits:

[Other resourceUDPEmail

Description: 基于UDP可靠传输的邮件系统-based on UDP reliable transmission mail system
Platform: | Size: 208074 | Author: 李国新 | Hits:

[WinSock-NDISUdp329

Description: UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。做了一个测试的例子。希望对大家有帮助。 -UDP is a non-connection-oriented, reliable communication protocol, compared to TCP, Although less than reliability, high transmission efficiency. So the network is still great purposes. Need to understand the past few days under udp communication process, the Internet found that information It's small. So carefully looking for the next VARIANT basically clear the udp communication process. Done a test case. We want to help.
Platform: | Size: 4485 | Author: zxzl | Hits:

[Internet-Networkudt.sdk.3.2.tar

Description: udt的一个源代码,可以说是UDP下可靠传送的一种协议.-udt of a source code can be said to be under UDP reliable transmission of an agreement.
Platform: | Size: 152311 | Author: beidaole | Hits:

[WinSock-NDISUDP_java

Description: 基于面向不可靠连接的编程 --UDP包的发送与接收-not based on reliable connectivity-oriented programming -- UDP packet transmission and reception
Platform: | Size: 1621 | Author: 陆胥君 | Hits:

[Internet-NetworkLiBaiMailServerBaseOnUDP

Description: 基于udp可靠数据传输的邮件服务器 ,采用的核心思想是sr协议-Udp based on reliable data transmission mail server, using the core idea is sr agreement
Platform: | Size: 2048 | Author: libai | Hits:

[Internet-NetworkUDTC_S

Description: 使用UDP模拟可靠传输协议rdt2.0。使用两个程序,一个发送一个接收,方便大家学习。 (VC6,MFC,socket)-Reliable simulation of the use of UDP transport protocol rdt2.0. The use of two procedures, one to send a receiver to facilitate learning. (VC6, MFC, socket)
Platform: | Size: 61440 | Author: liangliang | Hits:

[TCP/IP stacksimplewnd

Description: 以udp包为基础的,可靠数据传输的简单实现,不能用,仅给出思路,供大家参考.-Packet to udp-based, reliable data transmission to achieve a simple, not only given ideas for your reference.
Platform: | Size: 4096 | Author: lzjie | Hits:

[Internet-Networkudt.4.4.win32_withVC6

Description: UDT_4.4增加,VC6可编译版本。UDT是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。-UDT_4.4 , VC6 version can be compiled. UDT is an Internet data transfer protocol. UDT was built in on top of UDP and the introduction of a new congestion control and data reliability control mechanisms. UDT is bi-directional connection-oriented application layer protocol. It will also support the reliable transmission of data streams, and some reported that reliable data transmission.
Platform: | Size: 1180672 | Author: JustGO | Hits:

[CommunicationCTPNetDemo

Description: VC++6.0源代码,基于UDP协议的局域网内高速可靠传输-VC++6.0 source code, based on UDP protocol and reliable high-speed LAN transmission
Platform: | Size: 47104 | Author: 李少东 | Hits:

[Internet-Networkupdtransform

Description: 网络编程,实现了一个upd下的大文件的可靠传输,包括校验包丢失的情况。(Network programming has implemented a reliable transmission of a large file under UPD, including the case of packet loss.)
Platform: | Size: 1024 | Author: Matt_马猛飞 | Hits:

[Internet-Networkrudp-1.2.1 (1)

Description: 可靠UDP协议实现数据传输,主要实现简单的可靠UDP数据通信,实现基本收发功能(reliable UDP use java you can use eclipse to run the object)
Platform: | Size: 87040 | Author: 张木木93 | Hits:

[Linux-Unixrudp

Description: 用udp实现可靠的数据传输,实现高效的数据传输性能(Using UDP to achieve reliable data transmission to achieve efficient data transmission performance)
Platform: | Size: 44032 | Author: rayhhh | Hits:
« 1 2 3 4 5 67 8 9 10 »

CodeBus www.codebus.net